EntityDAC
Checks whether the enumeration contains the specified entity instance.
TObjectEnumerable<T>
function Contains(Value: T): boolean;
The function returns True if the enumeration contains the specified entity instance, False otherwise.